go/ast.SwitchStmt.Switch (field)

3 uses

	go/ast (current package)
		ast.go#L721: 		Switch token.Pos  // position of "switch" keyword
		ast.go#L786: func (s *SwitchStmt) Pos() token.Pos     { return s.Switch }

	go/parser
		parser.go#L2270: 	return &ast.SwitchStmt{Switch: pos, Init: s1, Tag: p.makeExpr(s2, "switch expression"), Body: body}